﻿2026-07-03T10:38:03.5115746Z ##[group]Run actions/checkout@v5
2026-07-03T10:38:03.5116743Z with:
2026-07-03T10:38:03.5117476Z   repository: SaberMage/spt-core
2026-07-03T10:38:03.5125109Z   token: ***
2026-07-03T10:38:03.5125888Z   ssh-strict: true
2026-07-03T10:38:03.5126676Z   ssh-user: git
2026-07-03T10:38:03.5127427Z   persist-credentials: true
2026-07-03T10:38:03.5128168Z   clean: true
2026-07-03T10:38:03.5128957Z   sparse-checkout-cone-mode: true
2026-07-03T10:38:03.5129799Z   fetch-depth: 1
2026-07-03T10:38:03.5130489Z   fetch-tags: false
2026-07-03T10:38:03.5131191Z   show-progress: true
2026-07-03T10:38:03.5131921Z   lfs: false
2026-07-03T10:38:03.5132628Z   submodules: false
2026-07-03T10:38:03.5133380Z   set-safe-directory: true
2026-07-03T10:38:03.5134148Z env:
2026-07-03T10:38:03.5134861Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-03T10:38:03.5135776Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-03T10:38:03.5136651Z ##[endgroup]
2026-07-03T10:38:03.8003405Z Syncing repository: SaberMage/spt-core
2026-07-03T10:38:03.8006675Z ##[group]Getting Git version info
2026-07-03T10:38:03.8007940Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-03T10:38:03.9328138Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-03T10:38:03.9746898Z git version 2.43.0.windows.1
2026-07-03T10:38:03.9788263Z ##[endgroup]
2026-07-03T10:38:03.9793629Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\dc81a381-c31f-4293-a347-428e96b4085d\.gitconfig'
2026-07-03T10:38:03.9809093Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\dc81a381-c31f-4293-a347-428e96b4085d' before making global git config changes
2026-07-03T10:38:03.9811343Z Adding repository directory to the temporary git global config as a safe directory
2026-07-03T10:38:03.9813441Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-03T10:38:04.0245730Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-03T10:38:04.0549011Z https://github.com/SaberMage/spt-core
2026-07-03T10:38:04.0603298Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-03T10:38:04.0605203Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-03T10:38:04.1042945Z HEAD
2026-07-03T10:38:04.1388320Z ##[endgroup]
2026-07-03T10:38:04.1391556Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-03T10:38:04.6773756Z ##[group]Cleaning the repository
2026-07-03T10:38:04.6778839Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-03T10:38:07.0242097Z Removing target/
2026-07-03T10:38:07.0271036Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-03T10:38:07.0992606Z HEAD is now at 118933a2f Merge 459cf198c2872889444e21d2a8b05363f17ba5b9 into 9bae13e4136d22f4b5d5d6757b6f206390bfba6a
2026-07-03T10:38:07.1018161Z ##[endgroup]
2026-07-03T10:38:07.1023524Z ##[group]Disabling automatic garbage collection
2026-07-03T10:38:07.1030718Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-03T10:38:07.1270366Z ##[endgroup]
2026-07-03T10:38:07.1270821Z ##[group]Setting up auth
2026-07-03T10:38:07.1277514Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-03T10:38:07.1527051Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-03T10:38:07.5882374Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-03T10:38:07.6111710Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-03T10:38:08.4264239Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-03T10:38:08.4474675Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-03T10:38:08.8343298Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-03T10:38:08.8629735Z ##[endgroup]
2026-07-03T10:38:08.8636784Z ##[group]Fetching the repository
2026-07-03T10:38:08.8637425Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +118933a2ffb5b26c30461b13dc8ef6213bfc7bc5:refs/remotes/pull/48/merge
2026-07-03T10:38:09.5192258Z ##[endgroup]
2026-07-03T10:38:09.5192725Z ##[group]Determining the checkout info
2026-07-03T10:38:09.5193096Z ##[endgroup]
2026-07-03T10:38:09.5202268Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-03T10:38:09.5460714Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-03T10:38:09.5660998Z ##[group]Checking out the ref
2026-07-03T10:38:09.5665132Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/48/merge
2026-07-03T10:38:09.6098296Z HEAD is now at 118933a2f Merge 459cf198c2872889444e21d2a8b05363f17ba5b9 into 9bae13e4136d22f4b5d5d6757b6f206390bfba6a
2026-07-03T10:38:09.6118948Z ##[endgroup]
2026-07-03T10:38:09.6498397Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-03T10:38:09.6729608Z 118933a2ffb5b26c30461b13dc8ef6213bfc7bc5
